projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4087055
)
customsorter: Add missing nullable annotation
author
Jean Felder
<jfelder@src.gnome.org>
Fri, 4 Dec 2020 23:04:36 +0000
(
00:04
+0100)
committer
Jean Felder
<jfelder@src.gnome.org>
Fri, 4 Dec 2020 23:04:36 +0000
(
00:04
+0100)
gtk/gtkcustomsorter.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcustomsorter.c
b/gtk/gtkcustomsorter.c
index cbc07a60dea70d4c63f171093bdee40c0b5710dd..87cb7b11bcab43746f29f25e971f24f3ea526c54 100644
(file)
--- a/
gtk/gtkcustomsorter.c
+++ b/
gtk/gtkcustomsorter.c
@@
-101,7
+101,7
@@
gtk_custom_sorter_init (GtkCustomSorter *self)
/**
* gtk_custom_sorter_new:
- * @sort_func: the #GCompareDataFunc to use for sorting
+ * @sort_func:
(nullable):
the #GCompareDataFunc to use for sorting
* @user_data: (nullable): user data to pass to @sort_func
* @user_destroy: (nullable): destroy notify for @user_data
*